home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TRESTARTDIALOG / TRESTARTDIALOG.txt
Text File  |  2008-11-13  |  2KB  |  108 lines

  1. object RestartDialog: TRestartDialog
  2.   Left = 0
  3.   Top = 0
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'RestartDialog'
  7.   ClientHeight = 238
  8.   ClientWidth = 508
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   DesignSize = (
  19.     508
  20.     238)
  21.   PixelsPerInch = 96
  22.   TextHeight = 14
  23.   object imgType: TResImage
  24.     Left = 8
  25.     Top = 8
  26.     Width = 60
  27.     Height = 80
  28.     Transparent = True
  29.     ResourceImage = 'DLG_SHIELD'
  30.   end
  31.   object lblTitle: TResLabel
  32.     Left = 76
  33.     Top = 9
  34.     Width = 425
  35.     Height = 28
  36.     Anchors = [akLeft, akTop, akRight]
  37.     AutoSize = False
  38.     ShowAccelChar = False
  39.     Transparent = True
  40.     WordWrap = True
  41.     ResourceCaption = 39961
  42.     ExplicitWidth = 376
  43.   end
  44.   object lblMessageText: TResLabel
  45.     Left = 8
  46.     Top = 116
  47.     Width = 488
  48.     Height = 30
  49.     AutoSize = False
  50.     ShowAccelChar = False
  51.     WordWrap = True
  52.     ResourceCaption = 39963
  53.   end
  54.   object lblTitle2: TResLabel
  55.     Left = 76
  56.     Top = 50
  57.     Width = 419
  58.     Height = 33
  59.     Anchors = [akLeft, akTop, akRight]
  60.     AutoSize = False
  61.     ShowAccelChar = False
  62.     WordWrap = True
  63.     ResourceCaption = 39962
  64.     ExplicitWidth = 428
  65.   end
  66.   object lblMessageText2: TResLabel
  67.     Left = 8
  68.     Top = 156
  69.     Width = 488
  70.     Height = 30
  71.     AutoSize = False
  72.     ShowAccelChar = False
  73.     WordWrap = True
  74.     ResourceCaption = 39964
  75.   end
  76.   object Bevel1: TBevel
  77.     Left = 8
  78.     Top = 100
  79.     Width = 492
  80.     Height = 8
  81.     Anchors = [akLeft, akTop, akRight]
  82.     Shape = bsTopLine
  83.   end
  84.   object btnRestartNow: TResTeButton
  85.     Left = 132
  86.     Top = 200
  87.     Width = 110
  88.     Height = 25
  89.     Default = True
  90.     ModalResult = 1
  91.     TabOrder = 0
  92.     ResourceCaption = 39968
  93.   end
  94.   object btnRestartLater: TResTeButton
  95.     Left = 264
  96.     Top = 200
  97.     Width = 110
  98.     Height = 25
  99.     Cancel = True
  100.     ModalResult = 2
  101.     TabOrder = 1
  102.     ResourceCaption = 39969
  103.   end
  104.   object ThemeForm: TTeForm2
  105.     ThemeObject = 'StandardDialog'
  106.   end
  107. end
  108.